home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 1 (Walnut Creek)
/
Aminet - June 1993 [Walnut Creek].iso
/
usenet
/
sources
/
volume90
/
aplictns
/
listplot
/
part01
/
examples
/
README
< prev
Wrap
Text File
|
1990-08-23
|
595b
|
18 lines
Some example shell scripts. To execute them, try one or all of the
following
execute lineplot lineinput [ title [ xlabel [ ylabel [ device ] ] ] ]
execute polarplot polarinput [ device ]
execute logplot loginput [ title [ xlabel [ ylabel [ device ] ] ] ]
where the parameters in brackets are optional. (They must be given in order
however, so to specify the device in lineplot you must also give the title,
xlabel, and ylabel. They can be a null string, i.e. "".)
For example
execute lineplot lineinput "lineplot title" x y
execute lineplot lineinput "" "" "" printer
will work.